@media (max-width: 767px) {
	.nowap {
		display: none;
	}
	.navbar-default {
		background-color: #fff;
		background-image: none;
		height: 60px;
		position: absolute;
		z-index: 9999;
		width: 100%;
		box-sizing: border-box;
	}
	.navbar-brand {
		display: block;
		width: 160px;
		margin-top: 20px;
	}
	.navbar-nav {
		width: 100%;
		margin: 0px;
	}
	.navbar-nav li {
		width: 100%;
		font-size: 16px;
		text-align: center;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.navbar {
		margin-bottom: 0px;
		border: 0px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 0px solid transparent;
		border-radius: 4px;
	}
	.navbar-collapse {
		background-color: #F7B200;
		border-top: 1px solid #F7B200;
	}
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #E50012;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
	.navbar-header {}
	.banner {
		padding-top: 60px;
	}
		.nban {
		padding-top: 60px;
	}
	.pro_class {
		margin-bottom: 20px;
	}
	.pro_class a {
		display: inline-block;
		width: 120px;
		line-height: 40px;
		text-align: center;
		border-radius: 20px;
		border: 1px solid #F7B100;
		color: #888;
		font-size: 16px;
		margin: 0px 10px;
	}
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 33.33333%;
		*width: 33.33333%;
		float: left;
		box-sizing: border-box;
	}
	.seven-cols img {
		width: 60%;
	}
	.seven-cols>a p {
		color: #F7B100;
		font-size: 14px;
		height: 30px;
	}
	.seven-cols>.nopc {
		display: block;
	}
	.seven-cols {
		padding: 0px 10px;
	}
	.seven-cols>a {
		text-align: center;
		margin-top: 20px;
		display: block;
		margin-bottom: 5px;
		padding: 0px;
	}
	.about_ul li {
		background-color: rgba(255, 255, 255, 0.9);
	}
	.footrow {
	    margin-top: 20px;
	    color: #f6f6f6;
	    line-height: 22px;
	    border-bottom: 1px solid #666;
	    padding-bottom: 10px;
	}
	.copyright{
		font-size: 12px;
	}
	.n_class{
		line-height: 50px;
	}
	.n_class div a {
    display: block;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.nowap {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1025px) {
	.nowap {
		display: none;
	}
}